home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / smail-3.2.tar.gz / smail-3.2.tar / smail-3.2 / conf / os / isc2.2.1 < prev    next >
Text File  |  1992-09-08  |  874b  |  24 lines

  1. # @(#) isc2.2.1,v 1.3 1992/09/08 04:12:03 tron Exp
  2. #
  3. # isc2.2.1 - define the characteristics of Interactive 2.2.1 with networking
  4. #
  5. # POSIX features available in Interactive are not used because it is
  6. # too difficult to get #include files correct.
  7.  
  8. . $ROOT/conf/os/sys5.3
  9.  
  10. # OSLIBS - name any object libraries containing routines we will need
  11. OSLIBS="$OSLIBS -linet -lc_s"    # add networking library, shared libc
  12.  
  13. # DRIVER_CONFIGURATION - configuration file describing smail drivers
  14. DRIVER_CONFIGURATION=arpa-network
  15.  
  16. # HAVE - what features should be used with this operating system
  17. HAVE=$HAVE:MKDIR:BSD_NETWORKING:GETHOSTNAME:BIND
  18.  
  19. # MISC_DEFINES - miscellaneous things to put in the defs files
  20. #
  21. # DECLARE_UTIMBUF - utimbuf is not always declared in <sys/time.h>
  22. # ISC_ACCEPT_BUG  - accept() not interruptible, use select() first
  23. MISC_DEFINES=DECLARE_UTIMBUF:ISC_ACCEPT_BUG
  24.